infobar: Fix copy&paste error in documentation
authorTimm Bäder <mail@baedert.org>
Thu, 12 Jan 2017 07:37:15 +0000 (08:37 +0100)
committerTimm Bäder <mail@baedert.org>
Thu, 12 Jan 2017 08:18:55 +0000 (09:18 +0100)
Of course you shouldn't call gtk_dialog_response on a GtkInfoBar.

gtk/gtkinfobar.c

index 2a2293893fe2094cd5d49f36ca780f3e72801df9..65f49afe0ff30abb78f598d70012e5fa4eb4dbeb 100644 (file)
@@ -369,7 +369,7 @@ gtk_info_bar_class_init (GtkInfoBarClass *klass)
    * @response_id: the response ID
    *
    * Emitted when an action widget is clicked or the application programmer
-   * calls gtk_dialog_response(). The @response_id depends on which action
+   * calls gtk_info_bar_response(). The @response_id depends on which action
    * widget was clicked.
    *
    * Since: 2.18